home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / dclistview / README < prev    next >
Text File  |  1998-01-17  |  2KB  |  57 lines

  1. Short: EasyGUI PLUGIN: Double-clickable listview
  2. Type: dev/e
  3. Author: victord@netrover.com (Victor Ducedre)
  4. Date: 18-Jan-98
  5.  
  6.     This plugin creates a GadTools Listview gadget, almost identical to the
  7. standard EasyGUI one, with an extra flag that's set when a list item is
  8. double-clicked.  It's admittedly a small programming task, but it's something
  9. I've needed more than once...
  10.  
  11. Included in the archive
  12. -----------------------
  13.  
  14.     dclistview.m         ->the DCListview Plugin module
  15.     dclistview.e         ->... and its source
  16.     dclisttest           ->a simple demo
  17.     dclisttest.e         ->... and its source
  18.     dclistview.doc       ->using the plugin
  19.     myreq2               ->a simple EasyGUI file requester
  20.     myreq2.e             ->... and its source, originally by Jason,
  21.                            modified by me to use dclistview.m
  22.     sortlist.m           ->used in myreq2
  23.     README               ->this file
  24.  
  25. "Installing" the modules
  26. ------------------------
  27.  
  28.     Copy dclistview.m to Emodules:Plugins/
  29.     Optionally, copy sortlist.m to Emodules:tools/  if it's not already there :)
  30.  
  31. Feedback
  32. --------
  33.  
  34. Always welcomed, especially where bugs are concerned.  See address below.
  35.  
  36. Copyright
  37. ---------
  38.  
  39. The original myreq.e, upon which myreq2.e is based, and sortlist.m, are:
  40.    Copyright © 1995 Jason Hulance
  41. (Both files are from the original EasyGUI distribution.)
  42.  
  43. All other files in this archive are:
  44.    Copyright © 1997, 1998 Victor Ducedre
  45.  
  46. You are free to use these files in your own programs, and you may modify
  47. the souces supplied for your own purposes.
  48.  
  49. A version of this module is included in EasyPLUGINS.lha; the lastest
  50. and officially supported version will always be available separately.
  51.  
  52. Many thanks to Wouter and Jason for the wonderfulness that is EasyGUI.
  53.  
  54. Be seeing you.
  55. Victor Ducedre (victord@netrover.com)
  56.  
  57.